﻿@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'),
      url('../fonts/iconfont.woff2') format('woff2'),
      url('../fonts/iconfont.woff') format('woff'),
      url('../fonts/iconfont.ttf') format('truetype'),
      url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wp {
    max-width: 1570px;
    margin: 0 auto;
}
.wpy{
    width: 20%;
    margin: 0 auto;
	float: left;
}
.wap {
    width: 78%;
    margin: 0 auto;
	float: right;
	
}
/* 公共样式 */
/* banner */
.banner .slider .slick-dots {
    text-align: center;
    position: absolute;
    right: 15%;
    bottom: 10%;
}

.banner .slider .slick-dots li {
    display: inline-block;
}

.banner .slider .slick-dots li button {
    width: 28px;
    height: 4px;
    background: #fff;
    border: none;
    font-size: 0;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    opacity: .4;
}

.banner .slider .slick-dots li.slick-active button {
    opacity: 1;
}

/* 产品轮播箭头样式 */
.slick-slider .slick-arrow {
    font-size: 0;
    text-indent: 9999px;
    border: none;
    z-index: 5;
    cursor: pointer;
    outline: 0;
    width: 13px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../images/index2_1.png) no-repeat;
}
.slick-slider .slick-prev {
    left: 0;
    background-position: 0 0;
}
.slick-slider .slick-next {
    right: 0;
    background-position: -13px 0;
}
.slick-slider .slick-arrow:hover{
    background-image: url(../images/index2_1_a.png);
}
/* bannerEnd*/
.menuBtn {
    display: none;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 36px;
    height: 36px;
    padding: 3px;
    cursor: pointer;
}
.menuBtn b {
    display: block;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    margin: 5px 0 7px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.menuBtn.open b {
    position: absolute;
    left: 3px;
    top: 35%;
    display: none;
}
.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

/*******************************
    -------[=友情链接]-------
********************************/
.row-a7 {
    overflow: hidden;
    background-color: #28292d;
    border-bottom: solid 1px #6a5a51;
}

.m-link1 {
    padding: 20px 0;
}
.m-link1 .item {
    overflow: hidden;
    color: #fff;
}
.m-link1 .item:first-child {
    margin-bottom: 40px;
}
.m-link1 .item span {
    float: left;
    font-size: 16px;
    margin-right: 18px;
    font-weight: 600;
}
.ul-link1 {
    overflow: hidden;
}
.ul-link1 li {
    float: left;
}
.ul-link1 li a {
    display: block;
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
    height: 21px;
    line-height: 21px;
}
.ul-link1 li a:hover {
    color: #fff;
}
/* 手机底部菜单 */
.h50 {
    display: none;
}
.yunu-link {
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    padding: 4px 0;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}
.yunu-link li {
    float: left;
    width: 25%;
}
.yunu-link li a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a {
    color: #038741;
}
.yunu-link li a i {

    display: block;
    margin: 0 auto;
    height: 25px;
    line-height: 25px;
    font-size: 36px;
    color: #666;
}
.yunu-link li.on a,
.yunu-link li:hover a,
.yunu-link li:hover a i {
    color: #2b70bb;
}
.yunu-link li.on a i {
    color: #2b70bb;
}
.yunu-link li a i.i2 {
    font-size: 22px;
}
.yunu-link li a i.i3 {
    font-size: 26px;
}
.yunu-link li a i.i4 {
    font-size: 26px;
}
/* 客服 */
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 100px;
    z-index: 9;
    z-index: 1001;

}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #2b70bb;
    background-size: 20px auto;
    padding-left: 46px;
    font-size: 14px;
    color: #ffffff;
}
.kt-top span:hover {
    transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #ffffff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img {
    padding-right: 6px;
}
.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url("../images/lianxi.png") 16px center no-repeat;
    padding-left: 45px;
    color: #666666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}
.kf .con h5.qr-icon {
    background: url("../images/erweima.png") 16px center no-repeat;
}
.kf .con .qr {
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img {
    width: 110px;
    height: 110px;
}
.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url("../images/huidaodingbu.png") center center no-repeat
        #2b70bb;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side {
    padding: 18px 10px 10px;
    background: #2b70bb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b {
    display: block;
    color: #ffffff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url("../images/jt-1.png") no-repeat;
    background-size: 100%;
    display: block;
    margin-top: 10px;
}
.kf-side span.on {
    background: url("../images/jt-2.png") no-repeat;
    background-size: 100%;
}
